home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 006a / pifrac.zip / PIFRAC.DOC next >
Text File  |  1991-09-09  |  580b  |  13 lines

  1. PIFRAC calculates successively more accureat rational fraction approximations
  2. to 
  3.         a. integer powers of pi
  4.         b. integer powers of e
  5.         c. square roots of integers.
  6. Output is in 4 columns: the first shows the integer numerator of the current
  7. rational fraction, the second shows the denominator, the third shows their
  8. ratio, anbd the fourth shows the error (floating point).  The list stops
  9. at the precision of floating point arithmetic.
  10.  
  11. The program requires a math coprocessor.  If not available you will get
  12. Error # 4001 and the program will abort.
  13.